home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Boxer / Atache / makefile < prev   
Encoding:
Makefile  |  2000-06-23  |  406 b   |  19 lines

  1.  
  2. %.o: %.c 
  3.     m68k-palmos-gcc -Wall -I../TZUtils/ -O3 -c $< -o $@ 
  4.  
  5. code0001.%.grc: %.o
  6.     m68k-palmos-gcc $< -o $* -lNetSocket -L../TZUtils -ltzutils
  7.     m68k-palmos-obj-res $*
  8.     rm $*
  9.  
  10. atache.prc: code0001.atache.grc
  11.     txttobmp <atache.ico >tAIB03e8.bin
  12.     txttobmp <atachesm.ico >tAIB03e9.bin
  13.     build-prc  atache.prc "Atache" HTSV *.grc *.bin
  14.     rm *.grc
  15.     ls -l *.prc
  16.  
  17. clean:
  18.     rm -f *.prc *.grc *.bin atache atache.o
  19.